-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update tj-actions/changed-files action to v47 #27
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
yamllint
[yamllint] reported by reviewdog 🐶
[error] line too long (210 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 164 in 6a5d6b7
| context: ./${{ matrix.service == 'unrealircd-webpanel' && 'src/frontend/webpanel' || matrix.service == 'unrealircd' && 'src/backend/unrealircd' || matrix.service == 'atheme' && 'src/backend/atheme' }} |
[yamllint] reported by reviewdog 🐶
[error] line too long (152 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 165 in 6a5d6b7
| file: ./${{ matrix.service == 'unrealircd-webpanel' && 'src/frontend/webpanel/Containerfile' || format('{0}/Containerfile', matrix.service) }} |
[yamllint] reported by reviewdog 🐶
[warning] truthy value should be one of [false, true] (truthy)
| on: |
[yamllint] reported by reviewdog 🐶
[error] line too long (131 > 80 characters) (line-length)
| if: (needs.changes.outputs.shell == 'true' || needs.changes.outputs.yaml == 'true' || github.event_name == 'workflow_dispatch') |
[yamllint] reported by reviewdog 🐶
[error] line too long (92 > 80 characters) (line-length)
| if: (needs.changes.outputs.docker == 'true' || github.event_name == 'workflow_dispatch') |
[yamllint] reported by reviewdog 🐶
[error] line too long (210 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/security.yml
Line 114 in 6a5d6b7
| context: ./${{ matrix.service == 'unrealircd-webpanel' && 'src/frontend/webpanel' || matrix.service == 'unrealircd' && 'src/backend/unrealircd' || matrix.service == 'atheme' && 'src/backend/atheme' }} |
[yamllint] reported by reviewdog 🐶
[error] line too long (152 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/security.yml
Line 115 in 6a5d6b7
| file: ./${{ matrix.service == 'unrealircd-webpanel' && 'src/frontend/webpanel/Containerfile' || format('{0}/Containerfile', matrix.service) }} |
[yamllint] reported by reviewdog 🐶
[error] line too long (91 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/security.yml
Line 135 in 6a5d6b7
| if: (needs.changes.outputs.shell == 'true' || github.event_name == 'workflow_dispatch') |
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 146 in 6a5d6b7
[yamllint] reported by reviewdog 🐶
[error] line too long (109 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/security.yml
Line 148 in 6a5d6b7
| SHELL_SCRIPTS=$(find . -name "*.sh" -o -name "*.bash" -o -name "*.zsh" | grep -v ".git" || echo "") |
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 149 in 6a5d6b7
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 154 in 6a5d6b7
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 158 in 6a5d6b7
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 162 in 6a5d6b7
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 165 in 6a5d6b7
[yamllint] reported by reviewdog 🐶
[error] line too long (148 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/security.yml
Line 167 in 6a5d6b7
| if grep -n -i "password\|secret\|key\|token" "$script" | grep -v "#.*password\|#.*secret" | grep -v "echo.*password\|echo.*secret"; then |
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 172 in 6a5d6b7
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 179 in 6a5d6b7
[yamllint] reported by reviewdog 🐶
[error] line too long (103 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/security.yml
Line 181 in 6a5d6b7
| if grep -n "\$[a-zA-Z_][a-zA-Z0-9_]*[^\"' ]" "$script" | grep -v "echo\|printf\|test"; then |
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 186 in 6a5d6b7
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 193 in 6a5d6b7
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 200 in 6a5d6b7
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 206 in 6a5d6b7
[yamllint] reported by reviewdog 🐶
[error] line too long (101 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/security.yml
Line 209 in 6a5d6b7
| DANGEROUS_PERMS=$(find . -type f -perm /o+w -not -path "./.git/*" 2>/dev/null || echo "") |
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 216 in 6a5d6b7
[yamllint] reported by reviewdog 🐶
[error] line too long (118 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/security.yml
Line 218 in 6a5d6b7
| SUID_FILES=$(find . -type f \( -perm -4000 -o -perm -2000 \) -not -path "./.git/*" 2>/dev/null || echo "") |
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 225 in 6a5d6b7
[yamllint] reported by reviewdog 🐶
[warning] truthy value should be one of [false, true] (truthy)
irc.atl.chat/.github/workflows/ci.yml
Line 3 in 6a5d6b7
| on: |
[yamllint] reported by reviewdog 🐶
[error] line too long (83 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/ci.yml
Line 74 in 6a5d6b7
| if [[ "${{ steps.docker_changes.outputs.any_changed }}" == "true" ]] || \ |
[yamllint] reported by reviewdog 🐶
[error] line too long (82 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/ci.yml
Line 75 in 6a5d6b7
| [[ "${{ steps.shell_changes.outputs.any_changed }}" == "true" ]] || \ |
[yamllint] reported by reviewdog 🐶
[error] line too long (85 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/ci.yml
Line 76 in 6a5d6b7
| [[ "${{ steps.workflow_changes.outputs.any_changed }}" == "true" ]] || \ |
[yamllint] reported by reviewdog 🐶
[error] line too long (82 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/ci.yml
Line 77 in 6a5d6b7
| [[ "${{ steps.yaml_changes.outputs.any_changed }}" == "true" ]]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[warning] truthy value should be one of [false, true] (truthy)
| on: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[error] line too long (92 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 44 in 6a5d6b7
| if: (needs.changes.outputs.docker == 'true' || github.event_name == 'workflow_dispatch') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[error] line too long (105 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 67 in 6a5d6b7
| org.opencontainers.image.description=IRC server infrastructure for All Things Linux Community |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[error] line too long (92 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 77 in 6a5d6b7
| PR_VERSION="pr-${{ github.event.number }}-$(echo "${{ github.sha }}" | cut -c1-7)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[error] line too long (210 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 84 in 6a5d6b7
| context: ./${{ matrix.service == 'unrealircd-webpanel' && 'src/frontend/webpanel' || matrix.service == 'unrealircd' && 'src/backend/unrealircd' || matrix.service == 'atheme' && 'src/backend/atheme' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[error] line too long (152 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 85 in 6a5d6b7
| file: ./${{ matrix.service == 'unrealircd-webpanel' && 'src/frontend/webpanel/Containerfile' || format('{0}/Containerfile', matrix.service) }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[error] line too long (91 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 98 in 6a5d6b7
| echo "✅ Docker build validation for ${{ matrix.service }} completed successfully" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[error] line too long (160 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 106 in 6a5d6b7
| trivy_target: ./${{ matrix.service == 'unrealircd-webpanel' && 'src/frontend/webpanel/Containerfile' || format('{0}/Containerfile', matrix.service) }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[error] line too long (81 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 139 in 6a5d6b7
| images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-${{ matrix.service }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[error] line too long (105 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 146 in 6a5d6b7
| org.opencontainers.image.description=IRC server infrastructure for All Things Linux Community |
This PR contains the following updates:
v46->v47Release Notes
tj-actions/changed-files (tj-actions/changed-files)
v47Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.